go/types.Config.sizeof (method)

4 uses

	go/types (current package)
		builtins.go#L789: 			size := check.conf.sizeof(x.typ)
		const.go#L77: 		s := conf.sizeof(T)
		expr.go#L196: 			prec = uint(check.conf.sizeof(x.typ) * 8)
		sizes.go#L329: func (conf *Config) sizeof(T Type) int64 {